home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / intmemry.zip / MEMO1012.TXT < prev    next >
Text File  |  1992-12-02  |  2KB  |  51 lines

  1.   ╔═════════════════════════════════════════════════════════════════════════╗
  2.   ║                                                                         ║
  3.   ║            Serial Port Addresses and How They Relate to DOS             ║
  4.   ║                                                                         ║
  5.   ╚═════════════════════════════════════════════════════════════════════════╝
  6.  
  7. SERIAL PORT GENERAL NOTES
  8.  
  9.   The AB uses the standard IBM AT 9-pin serial connector. Other 9-pin
  10.   connectors will not work.
  11.  
  12.   Our serial port will not work in the current loop mode.
  13.  
  14.   DOS Versions through 3.2 support COM1 and COM2 only.  DOS 3.3 supports
  15.   COM3 and COM4 only on machines whose BIOS can detect the 3rd and 4th
  16.   serial ports. (So far, only IBM PS-2 Models 50, 60 & 80 can do this).
  17.  
  18.   Should set COM1 at 3F8 and COM2 at 2F8 unless customer has special
  19.   communications software that can recognize serial ports at 3E8 and 2E8.
  20.  
  21.   The AB serial port uses the Intel 82510 chip. The IBM Advanced diagnostics
  22.   is looking for an older serial port chip so the AB Serial Port will fail
  23.   the IBM Advanced Diagnostics. The only way to test the port is to use a
  24.   serial device such as a mouse or modem on it.
  25.  
  26. DETECTING PORTS WITH DEBUG
  27.  
  28.   If you're having a problem determining which ports (parallel and serial)
  29.   the computer is using, you can check for the I/O ports using DEBUG.
  30.  
  31.   Follow these steps to use DEBUG:
  32.  
  33.   1.   Change to the directory containing the DEBUG program and type
  34.        "DEBUG".
  35.  
  36.   2.   At the DEBUG prompt, a dash, type "D 40:0" and press Enter.
  37.        This will display the hexadecimal values of the active I/O port
  38.        addresses, first serial then parallel.  Here's an example:
  39.  
  40.        C>debug
  41.        -d40:0
  42.        0040:0000  F8 03 00 00 00 00 00 00-BC 03 00 00 00 00 00 00
  43.        -q (to exit DEBUG)
  44.  
  45.   This display indicates one serial port installed at 3F8 and one parallel
  46.   port installed at 3BC.
  47.  
  48.  
  49. ══════════════════════════════════════════════════════════════════════════════
  50. End of file                 Intel FaxBack # 1012          December 2,1992
  51.